home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7804 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: Michael Coxeter <gl96@dial.pipex.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Vistaul C++ to VB OLE question
  5. Date: 19 Feb 1996 06:09:56 GMT
  6. Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX)
  7. Message-ID: <4g947k$3hj@soap.news.pipex.net>
  8. NNTP-Posting-Host: ak100.du.pipex.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1 (Windows; I; 16bit)
  13.  
  14. I'm involved in developing some client server software. The server will be
  15. developed under Visual C++ and 1 client under Visual basic & another under 
  16. Visual C++.
  17.  
  18. The server needs to pass large data structures to the client( the results
  19. of queries).
  20. The client must handle all the screen dialogs.
  21. Both clients need to get at the data in similar ways.
  22.  
  23.  
  24. So the question is what approach will allow me to transfer data
  25. between the server and both types of client in the simplest manner.
  26.  
  27. 1. Use basic COM
  28. 2. OLE Automation.
  29. 3. OCX
  30. 4. A different approach
  31.  
  32. Any Ideas?
  33.  
  34. Michael Coxeter
  35.  
  36.